Integrate Service - Sogo
I. Cases
1. Normal Cases
- Click To Call
- Iframe
- CRM call logging
- Click to view CRM object
- Click to SMS
2 Challenge Cases
3 Special Cases
II. Config
- ID Callcenter
- Host
- Description
- Fields
- username
- password
- X-Sogo-Access-Token
1. Info
- Example: Info
2. Iframe
- Example: Iframe
III. Endpoint Table
| Name | Type | Method | Url | Trigger | Description | Parameters | Hard Params | Response Type |
|---|---|---|---|---|---|---|---|---|
| create_comment | post_data | POST | https://api-vn.icanread.asia/lead/create-comment | none | create comment sogo | X-Sogo-Access-Token : header, Authorization : header, phone : body, comment : body | ||
| search_lead | get_data | GET | https://api-vn.icanread.asia/lead/search-phone | none | search lead sogo | X-Sogo-Access-Token : header, Authorization : header, phone : query | ||
| get_token_sogo | auth | POST | https://api-vn.icanread.asia/auths/gcalls-verify-login | none | get token sogo | X-Sogo-Access-Token : header, username : body, password : body | {"header":{"Content-Type":"application/json;charset=UTF-8"}} | Access Token: access_token, Token Type: Bearer |
- referenceDocs: SogoApi